@charset "utf-8";
/* CSS Document */

@media all and (min-width: 991px) {
  .col-topnews {
    box-shadow: 0 0 10px 2px rgb(165, 165, 165);
  }
}

.ie8 .col-topnews {
  border: 1px solid #9a9a9a;
}
@media all and (max-width:767px) {
  .col-topnews {margin-top:0;box-shadow: none;position: relative;/* padding-bottom: 30px; */}
}

/* carousel =================================*/

@media all and (max-width: 990px) {
  .col-topnews .carousel {
    box-shadow: 0 0 10px 2px rgb(165, 165, 165);
  }
}
.col-topnews .carousel-indicators {
  position: absolute;
  /* top: auto; */
  bottom: 20px;
  left: 50px;
  margin-left: 0;
  padding-left: 0;
  /* text-align: right; */
  width: auto;
  line-height: 21px;
  list-style: none;
}

.col-topnews .carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0 none;
  border-radius: 12px;
  margin: -2px 7px;
}
.ie8 .col-topnews .carousel-indicators li {
  background-color: #fff;
  filter: Alpha(opacity=60);
}

.col-topnews .carousel-indicators li.active {
  width: 45px;
  /* height: 13px; */
  /* margin: 0; */
  background-color: #fff;
  border: 0 none;
}
.ie8 .col-topnews .carousel-indicators li.active {
  filter: none;
}

.carousel-info {
  width: 456px;
  height: 220px;
  background-color: rgba(19, 68, 109, .7);
  position: absolute;
  bottom: 64px;
  right: 0;
  border-top: 3px solid #008cd6;
  z-index: 1;
}

.ie8 .carousel-info {
  background-color: rgb(19, 68, 109);
  filter: Alpha(opacity=90);
}

.carousel-info .more {
  color: #FF8C00;
  position: absolute;
  bottom: 24px;
  right: 38px;
  font-size: 16px;
}
.carousel-info .more:hover {color:#fff;}

.carousel-inner > .item > img {
  width: 1170px;
  height: 550px;
  -webkit-transition: scale3d 1s;
  -moz-transition: scale3d 1s;
  -ms-transition: scale3d 1s;
  -o-transition: scale3d 1s;
  transition: transform 5s;
}
.carousel-inner:hover > .item.active > img {
  -moz-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.carousel-inner .carousel-caption a {
  color: #fff;
}

.carousel-inner .carousel-caption a.carousel-caption-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  overflow: hidden;
  text-shadow: 1px 1px 4px rgb(49, 117, 179);
}

.carousel-inner .carousel-caption a.carousel-caption-title:hover {
  color: #29a2f5;
}

.carousel-inner .carousel-caption .carousel-caption-desc {
  height: 4.8em;
}

.carousel-control.left,
.carousel-control.right {
  width: 11px;
  height: 21px;
  top: auto;
  bottom: 20px;
}

.carousel-control.left {
  background: url(./prev_ict.png);
  filter: none;
  left: 32px;
}

.carousel-control.right {
  background: url(./next_ict.png);
  filter: none;
  left: 240px;
}

.carousel-inner .carousel-caption {
  width: 390px;
  height: 140px;
  left: 32px;
  right: 0;
  top: 30px;
  line-height: 1.6;
  font-size: 16px;
  padding: 0;
  text-align: left;
  font-weight: normal;
  z-index: 34;
}

.carousel-inner .item .carousel-caption {
  display: none;
}

.carousel-inner .carousel-caption p {
  overflow: hidden;
}

@media all and (min-width: 1170px) {
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .col-topnews .carousel-inner > .item > img {
    width: 970px;
    height: 456px;
  }
}

@media all and (max-width: 991px) {
  .col-topnews .carousel-inner > .item > img {
    width: 750px;
    height: 353px;
  }
}

@media all and (max-width: 767px) {
  .carousel-info {
    bottom: 0;
    height: 100px;
    width: 100%;
    background: none;
    border: none;
  }
  .ie8 .carousel-info {
    background: none;
    filter: none;
  }

  .col-topnews .carousel-indicators {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .col-topnews .carousel-inner > .item > img {
    width: 100%;
    height: auto;
  }
  .carousel-inner .carousel-caption {
    width: 100%;
    max-height: 3em;
    position: relative;
    left: 0;
    top: 20px;
    padding: 0 .5em;
    overflow: hidden;
    text-shadow: none;
    text-align: center;
  }
  .carousel-inner .carousel-caption .carousel-caption-title{}
}

/* col-topnews-list =================================*/
.col-topnews-list {
  padding: 24px 23px 32px;
}

.col-topnews-list li {
  border-left: 1px solid #d3e1f0;
}

.col-topnews-list li:first-child {
  border-left: none;
}

.col-topnews-list h5 {
  line-height: 26px;
  height: 52px;
  /* overflow: hidden; */
  font-size: 16px;
}

.col-topnews-list time {
  line-height: 22px;
  color: #1069cd;
  font-size: 15px;
  padding-top: 28px;
}

@media all and (max-width: 991px) {
  .col-topnews-list {
    padding: 15px 15px 0 15px;
  }
  .col-topnews-list li {
    border-left: none;
    padding: 0;
    min-height: 42px;
  }
  .col-topnews-list li h5 {
    height: auto;
    line-height: 22px;
  }
  .col-topnews-list li h5:before {
    content: "●";
    line-height: 2.5em;
    vertical-align: 1px;
    color: #1069cd;
    margin-right: .5em;
  }

  .col-topnews-list .box-more{
  }

}
@media all and (max-width: 767px) {
  .col-topnews-list .box-more {
    position: static;
    padding: 0;
    margin-top: 10px;
  }
}

/* box common =================================*/
.box {
  position: relative;
}
@media all and (max-width:767px){
  section.box{
    padding-bottom: 47px;
    margin-bottom: 30px;
  }
}
.box-title {
  font-weight: bold;
  line-height: 2.1em;
  border-bottom: 1px solid #b5d7ea;
}

@media all and (max-width:991px){
  .box-title {
    border-bottom: none;
    /* border-top: 1px solid #b5d7ea; */
  }
}

.box-title:before {
  content: '';
  background: url(./title_ict.jpg);
  width: 10px;
  height: 16px;
  display: inline-block;
  margin-right: .77em;
}

.box-more {
  background: url(./more_ict.jpg);
  /* display: inline-block; */
  width: 58px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 0;
}
@media all and (max-width:767px){
  .box-more {
    width: 100%;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    background: none;
    text-align: center;
    color: #1069cd;
    font-size: 16px;
  }
  .box-more:before{
    content:"MORE";
    line-height: 40px;
    width: 100%;
    height: 40px;
    border: 1px solid #1069cd;
    display: inline-block;
  }
}

@media all and (min-width:992px){
  .box-left {
    margin-left: -15px;
    margin-right: -2.5px;
  }

  .box-right {
    margin-right: -16px;
    margin-left: 4px;
  }
}
@media all and (max-width:991px){
  .box-left {
    /* margin-right: -15px; */
  }
  .box-right {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
  }
}

/* box-activity =================================*/
.box-activity li {
  line-height: 3.72em;
  position: relative;
  overflow: hidden;
  height: 52px;
}

.box-activity time {
  display: inline-block;
  position: absolute;
  line-height: 22px;
  font-weight: bold;
  left: 28px;
}

.box-activity time.box-list-date {
  font-size: 1.36em;
  color: #1069cd;
  top: 10px;
  font-weight: 700;
}

.box-activity li a {
  padding-left: 7.86em;
  font-size: 16px;
}

.box-activity time.box-list-year {
  top: 28px;
  color: #93b1d3;
}

.box-activity li:nth-child(even) {
  background: #f5f8fe;
}

.ie8 .box-activity li:first-child + li,
.ie8 .box-activity li:first-child + li + li + li,
.ie8 .box-activity li:first-child + li + li + li + li + li {
  background: #f5f8fe;
}

.box-activity {
  margin-bottom: 30px;
}

/* box-publish =================================*/
@media all and (max-width:991px){
  .box-publish{
    padding-bottom: 1.6em;
    /* border-bottom: 1px solid #b5d7ea; */
  }
}
.box-publish img.box-list-book {
  width: 100%;
  margin-bottom: 1em;
}

.box-publish li {
  overflow: hidden;
}

.box-publish li a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  line-height: 22px;
  margin-top: 12px;
}
.kybm_index {
  margin-bottom: 20px;
}
.kybm_index li a {
  text-align: left;
  font-size: 16px;
}
.tjlj_index {
  margin-top: 20px;
}
@media all and (max-width:767px){
  .box-publish li a {
    margin-bottom: 1em;
  }
  .kybm_index {
  margin-bottom: 0px;
}
  .kybm_index li a {
  text-align: left;
}
.tjlj_index {
  margin-top: 20px;
}
}

.box-publish ul {
  padding-top: 0.79em;
}

.box-publish li:first-child {
  /* padding-left: 0; */
}
@media all and (max-width:767px) {
  .box-publish li {/* width: 30%; */padding-right: 22%;/* font-size: 16px; */}
}

/* box-about =================================*/
.box-about {
  background: url('about_ict.jpg') 0 0 no-repeat;
  padding: 25px 0 25px 28px;
}
@media all and (max-width:991px){
  .box-about{
    background:none;
    padding-left:0;
  }
}

.box-about .box-title2 {
  color: #1e5ca2;
  font-weight: bold;
  line-height: 27px;
}

.box-about {
  margin-bottom: 10px;
  margin-top: 10px;
}

.box-about p {
  line-height: 27px;
}
.box-about ul li{
  width: 28%;
  margin-left: 1%;
  background-color: #dfe9f5;
  display:inline-block;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.box-about ul li.more{
  width: 13%;
  background-color: #1069cd;
}
.box-about ul li.more a{color: #fff;;}
.box-about ul li:first-child{
  margin-left:0;
}
@media all and (min-width:992px) {
  .box-about p {
    width: 298px;
  }
}
@media all and (max-width:767px) {
  section.box.box-about {
    padding: 30px 0 0;
    margin-top: 0;
  }
}
@media all and (max-width:479px) {
  .box-about ul li{
    font-size: 14px;
  }
}
@media all and (max-width:479px) {
  .box-about ul li{
    font-size: 12px;
  }
}

.box-about .box-title2:before {
  content: '';
  background: url(./about-title_ict.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: .4em;
}
@media all and (max-width:991px) {
  .box-about .box-title2:before {
    background: url(./title_ict.jpg) no-repeat;
  }
}

/* box-notice =================================*/
.box-notice li {
  line-height: 22px;
  margin-bottom: .62em;
}
.box-notice time.box-list-date:before {
  content: "●";
  line-height: 22px;
  vertical-align: 2px;
}
.box-notice time.box-list-date {
  color: #1069cd;
  font-size: 16px;
  display: block;
  line-height: 22px;
}
.box-notice a {
  display: inline-block;
  margin-left: 1em;
  font-size: 16px;
}
.box-notice ul {
  padding: 14px 0 5px;
  border-bottom: 1px solid #b5d7ea;
}
@media all and (max-width:991px){
  .box-notice ul {
    padding: 18px 0 0;
    border-bottom: none;
  }
}
.box-notice {
  margin-bottom: 13px;
}

.box-links select {
  position: relative;
  float: right;
  top: -33px;
  width: 69%;
  height: 29px;
}
.box-links a{
  line-height: 52px;
}
@media all and (max-width: 479px) {
  .box-links select{width: 60%;}
}
.box-links .box-title {
  border-bottom: none;
}


.box-subject{
  margin-bottom: 30px;
}
.box-subject .box-title{
  border-bottom: none;
}


@media all and (min-width:992px){
  .sections {
    margin-top: 27px;
    border-bottom: 1px solid #b5d7ea;
  }
}

hr.hidden-md {
    margin: 0 -15px 20px;
}


img.box-list-book {
    width: 100%;
}

.box-subject .hidden-sm.hidden-md.hidden-lg.col-xs-12 {
    margin-top: 20px;
}

/*学术活动、传媒扫描、专家视点 begin*/
.zzsc .tab{ overflow:hidden;}
.tab {border-bottom: 1px solid #b5d7ea;}
.zzsc .tab h4 a {
	display: block;
	margin-left: 30px;
	float: left;
	text-decoration: none;
	font-size: 18px;
}
.zzsc .tab h4 a:hover{text-decoration:none;}
.zzsc .tab h4 a.on{ text-decoration:none;color:#3175b3; }
.zzsc .content{ overflow:hidden; padding:15px;}
.zzsc .content ul{ display:none;}
.box-title2 {
  font-weight: bold;
  line-height: 2.1em;
   background: center left no-repeat url(./title_ict.jpg); 
  display: inline-block;
}
/*学术活动、传媒扫描、专家视点 end*/